home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / text / tex / tex3141errata.txt < prev    next >
Text File  |  1993-03-11  |  824b  |  24 lines

  1. There is a slight misinformation in the original INSTALLATION files
  2. supplied with TeX 3.141 - you are advised to increase the pool size in
  3. order to build LaTeX (i.e. lplain.fmt), but you also need to increase
  4. the setting for "maxstrings". The following two-liner will suffice as
  5. a texmemory.config file for this purpose:
  6.  
  7. set poolsize 64000
  8. set maxstrings 6000
  9.  
  10. These increased sizes are not needed for actual LaTeX runs, but you
  11. may need to increase other `constants' in order to process large
  12. files.
  13.  
  14. Note also that if you increase "memmax" in order to build some other TeX
  15. variants, you must adjust "memtop" to match while running INITEX. In
  16. actual runs (using VIRTEX) the value of "memtop" is ignored, but "memmax"
  17. should be at least as big as the one used to dump the .fmt file in
  18. INITEX.
  19.  
  20. Happy TeXing
  21. Dave
  22. 11-Mar-93
  23.  
  24.